home *** CD-ROM | disk | FTP | other *** search
/ Graphics Plus / Graphics Plus.iso / archivrs / amiga / lhunarc9.lzh / Lhunarc.doc < prev    next >
Text File  |  1990-03-31  |  4KB  |  101 lines

  1.  
  2.                                    LHUNARC 0.96
  3.                                  31st March, 1990
  4.  
  5.                          Fast .LZH extractor for the Amiga
  6.  
  7.                             Written by Jonathan Forbes
  8.  
  9.    Disclaimer
  10.  
  11.    I am in no way responsible for anything this program does; you are using it
  12. entirely at your own risk, so if servile tadpoles from Vega wreak havoc in
  13. your neighbourhood, the human race is wiped out, the universe suddenly
  14. explodes, or some other such inconvenience occurs, don't blame me!
  15.  
  16.    If Lhunarc does have a small bug or two, it will show up as a CRC error
  17. when you decompress a file.  If you get a CRC error, use LHARC to decompress
  18. the file.  If LHARC *doesn't* gives you a CRC error, then you've probably
  19. discovered a bug, and I'd be grateful if you'd inform me of this as soon as
  20. is humanly possible.
  21.  
  22.  
  23.    What is Lhunarc?
  24.  
  25.    Lhunarc is a lightning fast file extractor for LHARC archives (files with an
  26. extension of .LZH.)  It is compatible with MS-DOS version 1.13c, and is two and
  27. a half times as fast as Amiga Lharc 1.1, as you will soon discover.
  28.  
  29.    Lhunarc features some incredibly optimised assembly language, enabling it
  30. to burn through any .LZH archive at high speed.  This sucker really cooks!
  31.  
  32.  
  33.    Usage: LHUNARC [V] <Archive> [File...]
  34.  
  35.  
  36. 1) To extract all files from 'BLAH.LZH', type:
  37.         Lhunarc BLAH.LZH
  38.    - or -
  39.         Lhunarc BLAH
  40.  
  41.  
  42. 2) To extract the files 'HELLO' and 'WORLD' from 'BLAH.LZH', type:
  43.         Lhunarc BLAH.LZH HELLO WORLD
  44.  
  45.  
  46. 3) Wildcards are allowed, so the following line will cause Lhunarc to extract
  47.    all files beginning with "Glug":
  48.         Lhunarc Glug#?
  49.  
  50.  
  51.    Directories will automatically be created if they are required.  If a file
  52. which Lhunarc wishes to extract, already exists, you will be prompted with:
  53.  
  54.    "File exists - overwrite? (Yes/No/All/Quit):"
  55.  
  56.    Entering "Y" will overwrite the file, while entering "N" will skip the file.
  57. Entering "A" will overwrite all files automatically from there onwards, and "Q"
  58. will abort Lhunarc immediately.
  59.  
  60.    Lhunarc will also permit you to view the contents of archives.  Simply enter
  61. a "V" before you enter the name(s) of the file(s) you wish to view.  For
  62. example, the following command will view the contents of WHATEVER.LZH:
  63.  
  64.         Lhunarc V WHATEVER
  65.  
  66.    For a very brief and useless help screen, type:
  67.  
  68.         Lhunarc H
  69.  
  70.  
  71.    Acknowledgements
  72.  
  73.    The original LHARC (MS-DOS) was written by Haruyasu Yoshizaki.  I used his
  74. freely distributable source code "lzhuf.c" and "lharc.c", and ported "lzhuf.c"
  75. to assembly language.
  76.  
  77.    I used Amiga Lharc 1.1, ported by Paolo Zibetti, for testing purposes.
  78.  
  79.  
  80.    This Program
  81.  
  82.    Lhunarc is a freely distributable, copyrighted piece of software.  You do
  83. not have to pay money to use it, and may upload it wherever you choose, but
  84. you are not allowed to sell Lhunarc for profit, or include Lhunarc on a disk
  85. which is sold for profit, without the author's (Jonathan Forbes) permission.
  86.  
  87.    I can be contacted at Canada Remote Systems as "Jonathan Forbes" (isn't
  88. that better than some twenty digit ID code?)
  89.  
  90.    My BBS (416-921-6638) is currently down, pending completion of Xenolink,
  91. a full featured FidoNet-compatible BBS program for the Amiga, which I have
  92. almost finished.
  93.  
  94.  
  95.    Closing Notes
  96.  
  97.    When I ported the decompression routines back into Lhwarp, disks
  98. decompressed *at least* twice as fast as they did before.  A typical disk now
  99. takes about 5 and a half minutes to decompress.  I'll have an update shortly.
  100.  
  101.